home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / HyperCard / setSFfolder XCMD / about setSFfolder XCMD next >
Text File  |  1991-08-21  |  2KB  |  61 lines

  1. "setSFfolder XCMD" sets the folder shown in the standard Open and Save As dialogs
  2. to the specified path. It is used in the following manner:
  3.  
  4. setSFfolder "System:Tools:HC folder:"
  5.  
  6. or
  7.  
  8. put "System:Tools:HC folder:" into thePath
  9. ...
  10. setSFfolder thePath
  11.  
  12.  
  13. Copyright 1991 A.D. Software
  14. Free to distribute and use in any circumstances
  15.  
  16. Source code available for $20 shareware (Visa and Mastercard accepted)
  17.  
  18. For more information, source or information on other products
  19. please contact:
  20.  
  21. Andy Dent
  22. A.D. Software
  23. 94 Bermuda Dve BALLAJURA  Western Australia 6066
  24. phone/fax (09) 249 2719   international:  +619 249 2719
  25. Internet:  dent@Dialix.oz.au
  26.  
  27. We provide programming services in virtually every programming environment available
  28. on the Mac, as well as some work on lesser machines such as VAXes and
  29. IBM-compatible.
  30.  
  31.  
  32. Current shareware/retail products
  33.  
  34. Data Differs       - fast comparison of Data fork, to determine if two files are
  35.                      identical
  36.  
  37. sysFoldPath XFCN   - returns path of current System Folder 
  38.                      (binary free, source $20)
  39.  
  40. What's that file?  - identifies unknown files
  41.  
  42. FoxHypothesis      - toolkit for building generalized Hypothesis for searching
  43.                      database based an arbitrarily long series of rules, ANDed
  44.                      together. Requires the programmer to provide entry screens
  45.                      and procedures for individual types of rules, following the
  46.                      examples provided. Based on a Bio-mechanical research
  47.                      database with 186 fields of 23 distinct types.
  48.  
  49.  
  50. FoxReportMenu      - toolkit for adding a Reports menu that allows the user to
  51.                      invoke the report builder within a compiled FoxBASE
  52.                      application, adding new reports to a menu.
  53.  
  54. FORTRAN I/O        - library of FORTRAN I/O routines, including
  55. for Pascal           formatted/unformatted sequential and direct I/O. Two
  56.                      versions allow production of data files binary compatible
  57.                      with MS-DOS FORTRAN, or faster I/O (swapping bytes when
  58.                      writing binary values such as integers, reals).
  59.  
  60. F2P                - MS-DOS FORTRAN to THINK Pascal converter (contact A.D.
  61.                      Software for full details)